home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marionettemadness.swf / scripts / DefineSprite_157 / frame_1 / DoAction.as
Text File  |  2007-10-01  |  258b  |  15 lines

  1. _root.setButtonRO(hint1,true);
  2. _root.setButtonRO(hint2,true);
  3. hint1.onRelease = function()
  4. {
  5.    _root.displayHint(1);
  6. };
  7. hint2.onRelease = function()
  8. {
  9.    _root.displayHint(2);
  10. };
  11. helpMe.onRelease = function()
  12. {
  13.    _root.showInstructions();
  14. };
  15.